06. Creating a Java Library
Creating a Java Library
INSTRUCTOR NOTE:
The code for this demo is in the 4.01-Demo-CreatingAJavaLibrary folder.
One thing we didn't mention in this video (but have since added to the course code), is that Java libraries for use with Android Studio need to be built with Java 7. Java 8 won't work. Thankfully it's just one line to tell the Gradle Java plugin to use Java 7:
sourceCompatibility = 1.7